home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / mui / mcc_vlab / vlab.readme < prev    next >
Text File  |  1999-06-14  |  919b  |  29 lines

  1. Short:    VLab monitor and image grabbing for MUI
  2. Author:   steveq@mafeking.scouts.org.au (Steve Quartly)
  3. Uploader: steveq@mafeking.scouts.org.au (Steve Quartly)
  4. Type:     dev/mui
  5. Requires: MUI 3.6+ , OS 2.x (V37+).
  6. Version:  13.0
  7.  
  8. (18.05.99)
  9.  
  10. This is a public custom class for MUI called VLab.mcc
  11.  
  12. Features include:
  13.  
  14. * Open a monitor in a VLab.mcc window.
  15. * Open a monitor in your own window.
  16. * Image grabbing in all modes (PAL/NTSC/FULLFRAME/HALFFRAME).
  17. * YUV to RGB conversion.
  18. * De-Interlacing of grabbed images.
  19. * Obtain pointers to image buffers for saving etc.
  20. * Grabbed images can be buffered on disk (virtual memory).
  21. * Simply adding a grabbed image to a group in a window will display it.
  22. * Supports both CyberGraphX and guigfx.library.
  23.  
  24. There is a prefs class VLab.mcp with it, which permits the
  25. user to choose all default VLab card settings as well as
  26. virtual memory settings.
  27.  
  28. This is the initial release.
  29.